@charset "UTF-8";

html{
	/* background-image: url(back_01.png); */
}

*{
    margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type:none;		/*リストマーカー無しにする*/
}

a{
	text-decoration: none;
}

/* ヘッダー */
.header{
	text-align: center;
	/* background-image: url(../img/back_01.png);.staff-list
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover; */
}

.header_inner{
	max-width: 800px;
	margin: auto;
	color: #8c7f5f;
}

.header_in1{
	padding: 3px;
}
.header_in1 h1 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.header_in2{
	font-size: 90px;
	display: flex;
	align-items: center;
}

.header_in2:before, .header_in2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

.header_in2:before {
	margin-right: .4em;
}

.header_in2:after {
	margin-left: .4em;
}

.header_in3{
	padding-bottom: 10px;
font-size: 17px;
}

.header_catchcopy {
	border: 3px double #8c7f5f;
	display: inline-block;
	padding: 5px 30px;
	/* border-radius: 35px; */
	background-color: rgba(255,255,255,0.4);
}
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
	font-size: 120%;
	font-weight: bold;
	color: #e75269;
}
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.header_in4{
	margin: 25px auto 20px;
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    background: rgba(180,161,119,0.4);
    border-radius: 5px;
}
.header_in4 a {
	color: #fff;
}
a.link_tel {
	color: #fff;
}

.header_in5{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_in5-box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 30%;
}

.header_in5-box span {
	background: #d10302;
    color: #f6f3ed;
    font-size: 14px;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 5px;
    text-shadow: none;
    margin-right: 5px;
}

.header_in6 {
	background-color: rgba(180,161,119,0.5);
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin: 40px 0 5px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.header_5_3{
	background: #d10302;
    color: #f6f3ed;
    font-size: 14px;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 5px;
    text-shadow: none;
}

.header_5_2{
	padding-left: 3px;
}

.header_5_4{
	padding-left: 3px;
}

.head_menu{
	border-bottom: 1px solid #d10302;
padding: 10px 0 10px;
box-shadow: 0 0 9px 3px rgb(150 150 100 / 30%) inset, 0px 4px 3px -3px rgb(0 0 0 / 50%);
/*margin-top: 15px;*/
/*background-image: url(../img/ham_back_01.png);*/
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
background-color: #d10302;
    background-blend-mode: lighten;
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}
.head_menu .new_menu1{
    display: none;
}
.head_menu_inner{
	max-width: 1200px;
	margin: auto;
	    color: #8c7f5f;
}

.logo-area{
	display: none;
}

ul.menu_box{

display: flex;
font-family: serif;
padding: 0;
margin: 0;
}

ul.menu_box li{
	width: 20%;
	text-align: center;
}

li.m_a{

		border-right: 1px solid #dad2c0;
}

ul.menu_box li a{
	display: block;
    width: 100%;
		color: #fff;
}

ul.menu_box li a strong{
	font-size: 18px;
}

.mainbox_out{
}

.mainbox {
    /*max-width: 1200px;*/
    max-width: 900px;
    margin: auto;
}
.mainbox_1000 {
    max-width: 1000px;
    margin: auto;
}
.mainbox_900 {
    max-width: 900px;
    margin: auto;
}
.mainbox_800 {
    max-width: 800px;
    margin: auto;
}

.main_1 {
	display: flex;
	    flex-wrap: wrap;
			justify-content: center;
	    margin-bottom: 20px;
	    border: 1px solid #d10302;
	    border-radius: 10px;
			margin-top: 20px;
			padding: 0 15px 15px;
			/* background-image: url(../img/back_01.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-size: cover; */
	background-color: rgba(230,0,0,0.4);
		    background-blend-mode: lighten;
}
.main_2 {
    margin-bottom: 20px;
    border: 1px solid #d10302;
    border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
	background-color: rgba(230,0,0,0.4);
}
.staff-data-details{
    color:#fff;
}
.main_1_centerbox{
	/*width: 63%;*/
	width: 90%;
	margin-right: 5px;
	padding: 15px;
}

.center_title2{
	background-color: #bbdde7;
}

.main_1_rightbox{
	width: 30%;
	margin-left: 5px;
	padding: 15px;
}

.twitte_img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.twitte_img img{
	width: 100%;
}

.center_title1{
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
border-bottom: solid 1px #d10302;
    border-top: solid 1px #d10302;
    background-color: #d10302;
	/* background-image: url(back_02.png); */
}

.center_title{
	text-align: center;
}

.center_title2_in1{
	font-size: 30px;
	color: #ebe23c;
	text-shadow    :
       2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366,
      -2px -2px 1px #003366,
       2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366,
       0px -2px 1px #003366;
			 padding: 20px 0;
}

.center_title2_in3{
	font-size: 40px;
	color: #f6536c;
	text-shadow    :
       2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366,
      -2px -2px 1px #003366,
       2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366,
       0px -2px 1px #003366;
			 padding-top: 10px;
}

.center_title2_in4{
	padding-bottom: 10px;
}

.center_title2_in5{
	padding-bottom: 10px;
	font-size: 11px;
}

.center_title3{
	margin-top: 10px;
    background-color: #9d8279;
		color: #fff;
}

.center_title3_in1{
 padding-top: 20px;
 font-size: 25px;
}

.center_title3_in2{
 padding-bottom: 20px;
}

.center_title3_in3{
	font-size: 30px;
color: #ebe23c;
text-shadow    :
		 2px  2px 1px #003366,
		-2px  2px 1px #003366,
		 2px -2px 1px #003366,
		-2px -2px 1px #003366,
		 2px  0px 1px #003366,
		 0px  2px 1px #003366,
		-2px  0px 1px #003366,
		 0px -2px 1px #003366;
}

.center_title3_in4{

}

.center_title3_in5{
	font-size: 40px;
	color: #fff;
	text-shadow    :
 			2px  2px 1px #003366,
 		 -2px  2px 1px #003366,
 			2px -2px 1px #003366,
 		 -2px -2px 1px #003366,
 			2px  0px 1px #003366,
 			0px  2px 1px #003366,
 		 -2px  0px 1px #003366,
 			0px -2px 1px #003366;
			padding-bottom: 10px;
}

.center_title3_in6{
	padding-bottom: 10px;
    font-size: 11px;
}

.center_title4{
	margin-top: 5px;
    background-color: #000;
    color: #fff;
}

.center_title4_in1{
	font-size: 30px;
     color: #ebe23c;
		 padding: 20px 0;
		 text-shadow    :
	  			2px  2px 1px #003366,
	  		 -2px  2px 1px #003366,
	  			2px -2px 1px #003366,
	  		 -2px -2px 1px #003366,
	  			2px  0px 1px #003366,
	  			0px  2px 1px #003366,
	  		 -2px  0px 1px #003366,
	  			0px -2px 1px #003366;
}

.center_title4_in2{

}

.center_title4_in3{
	font-size: 40px;
     color: #f6536c;
		 text-shadow    :
	  			2px  2px 1px #003366,
	  		 -2px  2px 1px #003366,
	  			2px -2px 1px #003366,
	  		 -2px -2px 1px #003366,
	  			2px  0px 1px #003366,
	  			0px  2px 1px #003366,
	  		 -2px  0px 1px #003366,
	  			0px -2px 1px #003366;
					padding-bottom: 10px;
}

.center_title4_in4{
 padding-bottom: 10px;
}

.center_title4_in5{
	padding-bottom: 10px;
 font-size: 11px;
}

.center_blog{
	background-color: #fef8eb;
    border: 1px solid #d10302;
    padding: 10px;
		margin-bottom: 10px;
}

.center_blog_in1{
	padding-top: 3px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #b4a177;
    margin-bottom: 16px;
    background: rgba(180,161,119,.2);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
		font-family: serif;
}

.center_blog_in2{
 padding-bottom: 10px;
 text-align: left;
}

.center_blog_in2 span{
	color: red;
}

.center_blog_in3{
 display: flex;
 align-items: center;
 justify-content: center;
}

.center_blog_in3 img{
	width: 100%;
}

.center_blog2{
	font-size: 18px;
    font-weight: 600;
    /* padding-bottom: 5px; */
    border-bottom: solid 1px;
		margin-top: 25px;
}



.center_blog2_in1 {
    background:#f00;        /*背景色*/
    overflow:hidden;
}

.center_blog2_in1 p {
    margin:0;
    font-size:1.5em;         /*文字サイズ*/
    color:#fff;              /*文字の色*/
    animation: flowing 10s linear infinite;    /*アニメーション*/
    transform:translateX(100%);                /*最初の位置*/
}

.center_blog2_in2{
	display: flex;
	padding: 10px;
	justify-content: center;
}

.center_blog2_in3{
	width: 25%;
     display: flex;
     justify-content: center;
     align-items: center;
}

.center_blog2_in3 img{
	width: 100%;
}

.center_blog2_in4{
	width: 70%;
     padding-left: 10px;
}

.center_blog3{
	font-size: 18px;
    font-weight: 600;
    /* padding-bottom: 5px; */
    border-bottom: solid 1px;
	margin-top: 10px;
	text-align: center;
}



.center_blog3_in1 {
    background:#c19159;        /*背景色*/
    overflow:hidden;
}

.center_blog3_in1 p {
    margin:0;
    font-size:1.5em;         /*文字サイズ*/
    color:#fff;              /*文字の色*/
    animation: flowing 10s linear infinite;    /*アニメーション*/
    transform:translateX(100%);                /*最初の位置*/
}

.center_blog3_in2{
	display: flex;
	padding: 10px;
	justify-content: center;
}

.center_blog3_in3{
	width: 25%;
     display: flex;
     justify-content: center;
     align-items: center;
}

.center_blog3_in3 img{
	width: 100%;
}

.center_blog3_in4{
	width: 70%;
	padding-left: 10px;
}

.center_blog4_in2{
	display: flex;
	padding: 10px;
	justify-content: center;
}

.center_blog4_in3{
	width: 25%;
     display: flex;
     justify-content: center;
     align-items: center;
}

.center_blog4_in3 img{
	width: 100%;
}

.center_blog4_in4{
	width: 70%;
	padding-left: 10px;
}

ul.colona{
	text-align: left;
    background-color: #ffdfd4;
    border-radius: 10px;
    padding: 6px 10px;
}

.colona{
	text-align:  left;
}

.cast_title{
	margin: 16px 0 8px;
background: #b4a177;
color: #fdf7eb;
padding: 3px 0;
text-indent: 1em;
font-weight: bold;
}

ul.cast{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.cast_image{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cast_image_1{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-right: 15px;
		background-image: url(cast_img01.png);
		background-position: center;
		background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cast_image_2{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
		background-image: url(cast_img02.png);
		background-position: center;
		background-size: cover;
}

.cast_image_3{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
		background-image: url(cast_img04.png);
		background-position: center;
		background-size: cover;
}



.twitter_title{
	color: #715d3d;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px;
    border-top: solid 1px;
    background-image: url(back_03.png);
}

.footer_out{
	background-color: #d10302;
	max-width: 900px;
    margin: auto;
}

.footer_title{
	width: 18%;
	margin: auto;
}

.footer_title a{
	display: block;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.footer_menu_out{
	background: #d1030280;
    color: #fff;
    /*padding: 10px;*/
    max-width: 900px;
    margin: auto;
}

.footer_menu{
	max-width: 1200px;
	margin:  auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
	padding-top: 15px;
}

.footer_title_1{
	font-size: 20px;
    font-weight: 600;
    font-family: serif;
		padding: 15px 0;
		color: #fff;
}

ul.footer_right_2{
	padding: 0;
	margin: 0;
	color: #fff;
}

.footer_right{
	width: 28%;
}

.footer_right_3{
margin-top: 10px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background: #d10302;
    border-radius: 5px;
    text-align: center;
    padding: 0 12px;
}
.footer_right_3 a {
	color: #fff;
}

.footer_cennter{
	width: 30%;
	margin-right: 25px;
}

.footer_left{
	width: 41%;
}

.footer_left_1{
	display: flex;
	flex-wrap: wrap;
}

.footer_left_1_1{
	width: 25%;
	margin: 5px;
}

.footer_left_1_1 a{
	display: block;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background: #d10302;
    border-radius: 5px;
    font-size: 14px;
}

.footer_end{
	text-align:  center;
}

.footer_kinshi_box {
	padding: 30px;
	font-size: 14px;
	/* border: 4px double #fff; */
	margin: 20px;
	background-color: #000;
	color: #666;
}


#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}


/*アクセス/求人情報ページ・テーブル*/
.tbl01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #715d3d;
}
.tbl01 th, .tbl01 td {
	padding: 20px;
	box-sizing: border-box;
	/*border: 1px solid #715d3d;*/
	vertical-align: middle;
	color:#fff;
}
.tbl01 th {
	width: 20%;
	background-color: #000;
}
.tbl01 td a {
	color: #fff;
}


/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}

@media screen and (min-width:680px) {
   #nav-drawer {
     display:none;
   }
 }

@keyframes flowing {
  100% {
    transform:translateX(-100%);    /*終了の位置*/
  }
}








.title01_span {
	box-sizing: border-box;
	padding: 2em;
	background-color: #FFF;
	margin-bottom: 0.5em;
	font-size: 2em;
	line-height: 100%;
	color: #df3c6a;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}
.title01_center {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 100%;
	color: #df3c6a;
	text-align: center;
}

.title03 {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 100%;
	color: #333;
	border-bottom: 5px solid #DC0A75;
	line-height: 100%;
	background-color: #FE2C97;
	color: #FFF;
	padding: 0.8em 1em 0.6em;
	box-sizing: border-box;
}

.title04 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 100%;
	color: #333;
	border-left: 5px solid #333;
	line-height: 100%;
	background-color: #777;
	color: #FFF;
	padding: 0.5em 1em 0.5em;
	box-sizing: border-box;
}




.lineArea .lineAreaWrap {
	margin-bottom: 2em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lineArea .lineAreaWrap figure {
	width: 30%;
	margin: 0;
}
.lineArea .lineAreaWrap figure img {
	display: block;
	width: 100%;
}
.lineArea .lineAreaWrap .textArea {
	width: 65%;
}
.redBold {
	color: #df3c6a;
	font-weight: bold;
}


/***********************************************
リスト
***********************************************/
.noticeList01{
    box-sizing: border-box;
    padding: 1em;
    border-radius: 0.5em;
    background-color: #FFF;
    border: 1px solid #d5d0b9;
}
    .noticeList01 li{
        box-sizing: border-box;
        padding: 0.5em;
        list-style-type: disc;
        padding-left: 1em;
        margin-left: 1em;
        border-bottom: 1px dotted #d5d0b9;
    }
    .noticeList01 li:last-child{
        border-bottom: 0;
    }


/***********************************************
採用情報
***********************************************/
.job_jokenList02{
    box-sizing: border-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
}
    .job_jokenList02 li{
        margin-bottom: 1em;
        box-sizing: border-box;
        padding: 1.2em 1em;
        width: 49%;
        background-color: #908B72;
        color: #FFF;
        text-align: center;
    }
    .job_jokenList02 li:nth-last-child(-n+2){
        margin-bottom: 0;
    }
        .job_jokenList02 li .sub{
            margin-bottom: 0.5em;
            width: 100%;
            display: block;
            font-size: 0.9rem;
            line-height: 100%;
        }
        .job_jokenList02 li .title{
            width: 100%;
            display: block;
            font-size: 1.8rem;
            line-height: 100%;
        }


.jobDl{}
    .jobDl > dt{
        padding-bottom: 0.3em;
        margin-bottom: 0.5em;
        border-bottom: 2px solid #df3c6a;
        font-size: 1.5rem;
        line-height: 120%;
    }
    .jobDl > dd{
    	margin-left: 0;
        margin-bottom: 2em;
    }

.shopDl{}
    .shopDl dt{
        background-color: #857939;
        color: #FFF;
    }
    .shopDl dd{
    	margin: 0;
    }

.qa{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
    .qa dt{
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        border-bottom: 2px solid #333;
        font-size: 0.8em;
        line-height: 120%;
    }
    .qa dt:before{
        content: 'Q';
        font-size: 1.2em;
        color: #BC3359;
        margin-right: 0.5em;
    }
    .qa dd{
        margin-bottom: 2em;
        margin-left: 0;
        font-size: 0.8em;
        line-height: 120%;
    }
    .qa dd:before{
        content: 'A';
        font-size: 1.2em;
        color: #BC3359;
        margin-right: 0.5em;
    }


.job_jokenList03{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
    .job_jokenList03 li{
        width: 49%;
    }
    .job_jokenList03 li:nth-child(2n) a{
        padding: 1em 1em;
    }
    .job_jokenList03 li a{
        height: 80px;
    }

.job_jokenList04{}
    .job_jokenList04 li{
        width: 100%;
    }
    .job_jokenList04 li a{
        display: block;
        width: 100%;
        height: auto;
    }


.btn02,
.btn02:hover {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #EB5382;
  border: solid 1px #EB5382;
  border-bottom: solid 4px #EB5382;
  border-radius: 3px;
  display: block;
  width: 100%;
  text-align: center;
}
    .btn02 .sub{
      display: block;
      font-size: 0.7em;
      text-align: center;
    }
    .btn02 .title{
      display: block;
      font-size: 1.2em;
      text-align: center;
    }




/***********************************************
ご利用の流れ （追加ページ）
***********************************************/
.flowList01 {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flowList01 li {
    width: 65px;
    position: relative;
    text-align: center;
    font-size: 20px;
    background-color: #D5D0B9;
}
.flowList01 li span {
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #333;
    color: #FFF;
    display: block;
    width: 100%;
}
.flowList01 li p {
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0;
}
.flowList01 li::after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(icon_arr01_gray.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: -34px;
}
.flowList01 li:last-child::after{
    display: none;
}





/***********************************************
LINE ページ
***********************************************/
.lineTokuten{
    margin-bottom: 2em;
    display: block;
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.lineTokuten figure{
    width: 30%;
}
    .lineTokuten figure img{
        display: block;
        width: 100%;
    }


    .lineTokutenArea{
        margin-bottom: 2em;
        display: block;
        width: 65%;
        text-align: center;
    }
    .lineTokutenArea ul{
        margin-bottom: 1em;
        background-color: #FFF;
        box-sizing: border-box;
        padding: 2rem;
        border: 4px solid #857939;
        text-align: center;
        display: block;
        width: 100%;
    }
    .lineTokutenArea ul li{
        font-size: 1.3em;
    }
        .lineTokutenArea ul li span{
            color: #FF5500;

        }
    .lineTokutenArea p{
        text-align: left;
    }




.lineArea{}
.lineArea p{
    margin-bottom: 1em;
}
.lineArea .lineAreaWrap{
    margin-bottom: 2em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lineArea .lineAreaWrap figure{
    width: 30%;
}
    .lineArea .lineAreaWrap figure img{
        display: block;
        width: 100%;
    }
.lineArea .lineAreaWrap .textArea{
    width: 65%;
}
    .lineArea .lineAreaWrap .textArea p{}
    .lineArea .lineAreaWrap .textArea textarea{
        box-sizing: border-box;
        padding: 1em;
        width: 100%;
        height: 200px;
        text-align: left;
    }

.lineCaution{}
    .lineCaution h3{
        margin-bottom: 1em;
    font-size: 1.2em;
    border-bottom: 1px solid #FFF;
        color: #FFF;
    }
    .lineCaution ul{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .lineCaution ul li{
        margin-bottom: 0.5em;
        font-size: 0.8em;
        line-height: 1.3em;
        color: #FFF;
    }


.job_jokenList03{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
    .job_jokenList03 li{
        width: 49%;
    }
    .job_jokenList03 li:nth-child(2n) a{
        padding: 1em 1em;
    }
    .job_jokenList03 li a{
        height: 80px;
    }

.job_jokenList04{}
    .job_jokenList04 li{
        width: 100%;
    }
    .job_jokenList04 li a{
        display: block;
        width: 100%;
        height: auto;
    }


.btn02,
.btn02:hover {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #EB5382;
  border: solid 1px #EB5382;
  border-bottom: solid 4px #EB5382;
  border-radius: 3px;
  display: block;
  width: 100%;
  text-align: center;
}
    .btn02 .sub{
      display: block;
      font-size: 0.7em;
      text-align: center;
    }
    .btn02 .title{
      display: block;
      font-size: 1.2em;
      text-align: center;
    }

.card{
    box-sizing: border-box;
    padding: 1rem;
    text-align: center;
}
    .card i{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        display: block;
        height: auto;
        color: #857939;
        font-size: 4em;
    }
    .card p{
        text-align: center;
        margin-bottom: 2rem;
    }




/*アクセスページ
****************************************/
.shopDl02 .title05 a {
  background-color: #908b72;
  color: #fff;
  display: block;
  padding: 20px;
  margin: 10px 0;
}

.yurai {
    margin: 1px 0;
    padding: 20px;
    border: 1px solid #857939;
    background-color: #fff;
}
.yurai_title {
    padding: 10px;
    background-color: #857939;
    color: #FFF;
    border: 1px solid #857939;
    box-shadow: 0 0 1px 1px #fff inset;
    border-radius: 5px;
}
.yurai p{
    padding: 10px;
}


table.weather {
  margin: 20px 0;
}
table.weather td {
  border: 1px solid #857939;
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}
table.weather td img{
  margin: 0 auto;
}


.moyori_eki_title {
    font-size: 1.2em;
    margin: 30px 0 10px;
}
.rosen {
    border: 1px solid #857939;
    padding: 10px 20px;
    background-color: #fff;
}
.rosen ul {
    box-sizing: border-box;
    padding: 10px 0;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: left;
    justify-content:         left;
}
ul.rosen_box02 {
    box-sizing: border-box;
    padding: 10px 0;
    border-top: 1px dotted #ddd;
}
.rosen li {
    margin: 2px;
    box-sizing: border-box;
    display: inline-block;
    background: linear-gradient(#f4f4f4, #eee);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px 1px #fff inset;
    text-align: center;
}
.rosen li.rosen_title {
    width: 20%;
    border: 1px solid #857939;
    background: #857939;
    color: #fff;
}


#spContactBtnArea {
	display: none;
}





/* ------------------------------
　　トップページ & システムページ
-------------------------------*/
.system_subtitle {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: 45px 0 20px;
	border-bottom: 1px solid #000;
}

.system_box ul {
	display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content:        center;
}
.system_box ul li {
	box-sizing: border-box;
	width: 23%;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	/* border-radius: 50%; */
	margin: 5px;
	box-shadow: 0 0 0px 1px inset;
}

.system_box01 ul li {
	background-color: #896742;
	border: 1px solid #896742;
}
.system_box02 ul li {
	background-color: #583637;
	border: 1px solid #583637;
}
.system_box03 ul li {
	background-color: #812d2d;
	border: 1px solid #812d2d;
}





table.new_system_tb {
  width: 100%;
  text-align: center;
  border-collapse:collapse;
}
.new_system_tb .top_th {
	background-color: #333;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	/* border-top: 1px solid; */
}
.new_system_tb th {
	padding: 20px 0 10px;
	/*background-color: rgba(255,255,255,.5);*/
	/* color: #fff; */
	/* border-bottom: 2px solid #333; */
}
.new_system_tb td {
  padding: 20px 0 15px;
  border-bottom: 1px solid #000;
  background-color: rgba(255,255,255,.5);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  width: 33%;
}

.new_system_tb .bottom_td div {
	font-size: 15px;
}
.new_system_tb .bottom_td div span {
	font-size: 28px;
	display: inline-block;
	margin-right: 10px;
	color: #8f945a;
}


.new_system_tb.new_system_tb02 td {
  width: 50%;
}
.new_system_tb.new_system_tb02 .bottom_td {
	font-size: 28px;
	margin-right: 10px;
	color: #8f945a;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap');
.staff-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	/*padding: 20px 0 0;*/
	box-sizing: border-box;
	/*max-width: 520px;*/
	width: 100%;
	/*font-family: 'Raleway', 'Noto Sans JP', sans-serif;*/
}
.staff-list > * {
	flex: 0 0 calc(91% / 4);
}

.staff-list .staff {
	margin: 0.5rem;
	list-style: none;
	background-color: #000;
	box-shadow: 0 0 9px 3px rgb(150 150 100 / 30%) inset, 0px 4px 3px -3px rgb(0 0 0 / 50%);
}
.staff-list .staff > * {
	display: block;
}
.staff-list .staff-content {
	/* border: solid thin #ccc; */
	border: none;
	padding: 10px;
	/* background-image: url(../common/img/back_01.png); */
}
.staff-list .staff-image {
	display: block;
	background: transparent;
	color: #000;
	width: 100%;
	height: auto;
	/*max-height: 190px;*/
	margin: auto;
	object-fit: cover;
}
.staff-list .staff-data {
	padding: 0.5rem 0rem 1rem;
	color: #715d3d;
}
.staff-list .staff-data .staff-name-box {
	text-align: center;
	color: #fff;
	/*border-bottom: 1px solid;*/
}
.staff-list .staff-data-name {
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	margin-bottom: 0.5rem;
}
.staff-list .staff-data-age {
	margin-bottom: 0.5rem;
	display: inline-block;
}
.staff-list .staff-data-anything {
	margin: 0 0.5rem 0 0;
}
.staff-list .hitokoto {
	padding: 0.25rem 0;
}

.staff-list .staff-data-anything {
	display: block;
	margin: 1px 0;
	padding: 2px;
	text-align: center;
	font-size: 13px;
}
.staff-list .staff-data-anything01 {
	/*color: #fff;*/
}
.staff-list .staff-data-anything02 {
	background-color: #fff;
	border: 1px solid rgba(180,161,119,0.4);
	/*color: #f2c2c2;*/
}
.staff-list .staff-data-anything03 {
	background-color: rgba(180,161,119,0.4);
	/*border: 1px solid #fadede;*/
	color: #fff;
}
.staff-list .hitokoto {
	font-size: 85%;
	padding: 10px 0px 0;
	/*color: #fff;*/
	line-height: 1.5;
}
.staff-details{
	display: flex;
	justify-content:space-between;
}
.staff-content-details{
	border: none;
	padding: 10px;
	box-shadow: 0 0 9px 3px rgb(150 150 100 / 30%) inset, 0px 4px 3px -3px rgb(0 0 0 / 50%);
	width: 300px;
	/* height: 400px; */
}
.staff-content-details img{
	width: 100%;
}
.staff-data-details{
	width: 500px;
}
.staff-name-box-details,.hitokoto-details{

	font-family: 'Hiragino Mincho ProN','Yu Mincho',serif;
	color: #fff;

}
.staff-data-name-details{
	font-size: 30px;
	margin-right: 0.2em;
	margin-bottom: 0.5rem;
	font-weight: bold;
}
.staff-details-small{
	display: flex;
	margin-top: 15px;
	flex-wrap: wrap;
}
.staff-details-small img{
	width: 18%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.staff-details-small img:nth-child(5n){
	margin-right: 0;
}
.staff-details-small-model{
	display: none;
}